home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Script_5_Back To Slim.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  489 b   |  20 lines

  1. on mouseUp
  2.   set ParLa to the frame
  3.   if the doubleClick then
  4.     set Ex to the member of sprite 1
  5.     Kill()
  6.     set the blend of sprite 2 to 100
  7.     set the member of sprite 2 to Ex
  8.     puppetSprite(2, 1)
  9.     set the height of sprite 2 to 480
  10.     set the width of sprite 2 to 640
  11.     set the locH of sprite 2 to 320
  12.     set the locV of sprite 2 to 240
  13.     updateStage()
  14.     puppetSound("CLICLIC.AIF", 2)
  15.     set ParLa to "Slimy Movements"
  16.     puppetSprite(1, 1)
  17.   end if
  18.   go(ParLa)
  19. end
  20.